[INFO] cloning repository https://github.com/naoto256/limpid
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/naoto256/limpid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaoto256%2Flimpid", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaoto256%2Flimpid'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2b27360e111f9e7459fd03de4ebf52b545b0a0ea
[INFO] testing naoto256/limpid against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaoto256%2Flimpid" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/naoto256/limpid
[INFO] finished tweaking git repo https://github.com/naoto256/limpid
[INFO] tweaked toml for git repo https://github.com/naoto256/limpid written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/naoto256/limpid on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/naoto256/limpid already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3254482c937b8818ba80d6c317d3139220aca33b893fe2172adc294287ac3d5e
[INFO] running `Command { std: "docker" "start" "-a" "3254482c937b8818ba80d6c317d3139220aca33b893fe2172adc294287ac3d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3254482c937b8818ba80d6c317d3139220aca33b893fe2172adc294287ac3d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3254482c937b8818ba80d6c317d3139220aca33b893fe2172adc294287ac3d5e", kill_on_drop: false }`
[INFO] [stdout] 3254482c937b8818ba80d6c317d3139220aca33b893fe2172adc294287ac3d5e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbe834d8c55b5c8db6a4397a48246313d65660e54ebae210441be5accffcc4bf
[INFO] running `Command { std: "docker" "start" "-a" "dbe834d8c55b5c8db6a4397a48246313d65660e54ebae210441be5accffcc4bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling ipnetwork v0.21.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling gethostname v0.5.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling opentelemetry v0.27.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling opentelemetry_sdk v0.27.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling maxminddb v0.27.3
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling limpidctl v0.7.0 (/opt/rustwide/workdir/crates/limpidctl)
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling limpid-prometheus v0.7.0 (/opt/rustwide/workdir/crates/limpid-prometheus)
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling opentelemetry-proto v0.27.0
[INFO] [stderr]    Compiling limpid v0.7.0 (/opt/rustwide/workdir/crates/limpid)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] running `Command { std: "docker" "inspect" "dbe834d8c55b5c8db6a4397a48246313d65660e54ebae210441be5accffcc4bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbe834d8c55b5c8db6a4397a48246313d65660e54ebae210441be5accffcc4bf", kill_on_drop: false }`
[INFO] [stdout] dbe834d8c55b5c8db6a4397a48246313d65660e54ebae210441be5accffcc4bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab83853e650797300af500a78141b72cf2c6673db80ee6f88381c607578e08f3
[INFO] running `Command { std: "docker" "start" "-a" "ab83853e650797300af500a78141b72cf2c6673db80ee6f88381c607578e08f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling limpidctl v0.7.0 (/opt/rustwide/workdir/crates/limpidctl)
[INFO] [stderr]    Compiling limpid-prometheus v0.7.0 (/opt/rustwide/workdir/crates/limpid-prometheus)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling gethostname v0.5.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling opentelemetry-proto v0.27.0
[INFO] [stderr]    Compiling limpid v0.7.0 (/opt/rustwide/workdir/crates/limpid)
[INFO] [stderr] error: could not compile `limpid` (bin "limpid" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name limpid --edition=2024 crates/limpid/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("journal", "kafka"))' -C metadata=1785632ff52abc08 -C extra-filename=-45ccb28da90fa587 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bb5f243237f5f99b.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-825ea678cfada989.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-b6983240b3153d09.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-fff42f7554bbeb90.rlib --extern bumpalo=/opt/rustwide/target/debug/deps/libbumpalo-b7909892fb1504c7.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-a6415339708e1154.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8f33b543488844ac.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-7f8b9199eb5ec1c6.rlib --extern compact_str=/opt/rustwide/target/debug/deps/libcompact_str-ea9c57984c0b4f48.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-8929f94ab845b0f6.rlib --extern digest=/opt/rustwide/target/debug/deps/libdigest-db71daf0addcc273.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-0f1402ca2641abbe.rlib --extern gethostname=/opt/rustwide/target/debug/deps/libgethostname-96ea95fe344676a1.rlib --extern glob=/opt/rustwide/target/debug/deps/libglob-fd49e133749f9c02.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-5df2b28dc4dd1bb5.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-a38925358b6b5df9.rlib --extern maxminddb=/opt/rustwide/target/debug/deps/libmaxminddb-348d5fac4699edbf.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-e2548c238049e766.rlib --extern opentelemetry_proto=/opt/rustwide/target/debug/deps/libopentelemetry_proto-ccc3f0d894bb154a.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-f5d6c87b9328986c.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-84fd57b31d793cee.so --extern prost=/opt/rustwide/target/debug/deps/libprost-b774cd6d4c4a3e3a.rlib --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-23665d279175e03b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-38bc18ff82185d16.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-0dde7fc677e7f5cb.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-907aa1be903e8f63.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9899babf82c5adbd.rlib --extern sha1=/opt/rustwide/target/debug/deps/libsha1-87de5ebb21c7a91b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-ce973d3008cbe386.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-78be0ac864944e9d.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-370c88585a6e5c0d.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-e62c1e54ff446112.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-d0030b41c5097e3a.rlib --extern tonic=/opt/rustwide/target/debug/deps/libtonic-159e2ea6519185e3.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-1c1e8ae3492a2252.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a57c218167939960.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-6054358bcd515ca6/out -L native=/opt/rustwide/target/debug/build/ring-c60278d9d34e1c74/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `limpid` (bin "limpid")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name limpid --edition=2024 crates/limpid/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("journal", "kafka"))' -C metadata=a6e210764f86c0b7 -C extra-filename=-23c74cb12703861c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bb5f243237f5f99b.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-825ea678cfada989.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-b6983240b3153d09.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-fff42f7554bbeb90.rlib --extern bumpalo=/opt/rustwide/target/debug/deps/libbumpalo-b7909892fb1504c7.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-a6415339708e1154.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8f33b543488844ac.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-7f8b9199eb5ec1c6.rlib --extern compact_str=/opt/rustwide/target/debug/deps/libcompact_str-ea9c57984c0b4f48.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-8929f94ab845b0f6.rlib --extern digest=/opt/rustwide/target/debug/deps/libdigest-db71daf0addcc273.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-0f1402ca2641abbe.rlib --extern gethostname=/opt/rustwide/target/debug/deps/libgethostname-96ea95fe344676a1.rlib --extern glob=/opt/rustwide/target/debug/deps/libglob-fd49e133749f9c02.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-5df2b28dc4dd1bb5.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-a38925358b6b5df9.rlib --extern maxminddb=/opt/rustwide/target/debug/deps/libmaxminddb-348d5fac4699edbf.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-e2548c238049e766.rlib --extern opentelemetry_proto=/opt/rustwide/target/debug/deps/libopentelemetry_proto-ccc3f0d894bb154a.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-f5d6c87b9328986c.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-84fd57b31d793cee.so --extern prost=/opt/rustwide/target/debug/deps/libprost-b774cd6d4c4a3e3a.rlib --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-23665d279175e03b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-38bc18ff82185d16.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-0dde7fc677e7f5cb.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-907aa1be903e8f63.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9899babf82c5adbd.rlib --extern sha1=/opt/rustwide/target/debug/deps/libsha1-87de5ebb21c7a91b.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-ce973d3008cbe386.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-370c88585a6e5c0d.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-e62c1e54ff446112.rlib --extern tonic=/opt/rustwide/target/debug/deps/libtonic-159e2ea6519185e3.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-1c1e8ae3492a2252.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a57c218167939960.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-6054358bcd515ca6/out -L native=/opt/rustwide/target/debug/build/ring-c60278d9d34e1c74/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ab83853e650797300af500a78141b72cf2c6673db80ee6f88381c607578e08f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab83853e650797300af500a78141b72cf2c6673db80ee6f88381c607578e08f3", kill_on_drop: false }`
[INFO] [stdout] ab83853e650797300af500a78141b72cf2c6673db80ee6f88381c607578e08f3
